type net/http.unencryptedNetConnInTLSConn
3 uses
net/http (current package)
server.go#L2141: type unencryptedNetConnInTLSConn struct {
server.go#L2146: func (c unencryptedNetConnInTLSConn) UnencryptedNetConn() net.Conn {
server.go#L2151: return tls.Client(unencryptedNetConnInTLSConn{conn: c}, nil)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)